go.uber.org/mock/gomock.Controller.finish (method)

3 uses

	go.uber.org/mock/gomock (current package)
		controller.go#L99: 			ctrl.finish(true, nil)
		controller.go#L251: 	ctrl.finish(false, err)
		controller.go#L262: func (ctrl *Controller) finish(cleanup bool, panicErr any) {